@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"思源宋体";
	font-size: 12px;
	color: #828385;
	background:#f5f5f5;
	min-width:1220px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
	font-family:"思源宋体";
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	font-family:"思源宋体";
}


/*浏览器滚动条*/
::-webkit-scrollbar {width:8px;background:#f0f0f0;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#ccc;}
::-webkit-scrollbar-corner {background:#f0f0f0;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}
/************/
::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h70 {
	clear: both;
	height:70px;
}
.h80 {
	clear: both;
	height: 80px;
}

.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover .pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover .pic img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
/**************/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 3;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: relative;
    z-index: 3;
}
.tableCell{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
/*
///////////////top
*/
.headBoxH{clear:both;height:90px}
.headBox{
	width: 100%;
	height: 90px;
	background-color:#ffffff;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 990;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}
.logo{
	margin-left:2.6%;
	margin-top: 24px;
}
.logo img{
	display: block;
	height: 48px;
}
.searchBt{
	width: 70px;
	height: 90px;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.searchBox{
	width: 280px;
	height: 70px;
	overflow: hidden;
	background-color:rgba(234,234,234,0.9);
	position: absolute;
	right: 220px;
	top:90px;
	z-index:9;
	display: none;
    z-index: 9999;
}
.searchC{
	width: 240px;
	height: 40px;
	margin:15px auto;
	background-color:#fff;
	overflow: hidden;
	border-radius: 3px;
}
.searchC input{
	float: left;
	width: 175px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding-left: 15px;
	border: none;
	background: none;
	color: #666;
	font-size: 14px;
}
.searchC a{
	float: right;
	width: 50px;
	height: 40px;
	background-color: #00b2f4;
	background-image: url(../images/icon1_h.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/**/
/*.menuDl dd{*/
	/*float: left;*/
	/*position: relative;*/
/*}*/
/*.menuDl dd .a1{*/
	/*display: block;*/
	/*height: 90px;*/
	/*overflow: hidden;*/
	/*line-height: 90px;*/
	/*text-align: center;*/
	/*font-size:15px;*/
	/*color: #666;*/
	/*padding:0 25px;*/
	/*font-weight: bold;*/
/*}*/

/*.menuDl dd.hover .a1{color:#0f92dd}*/
/*.menuDl dd .a1:after{*/
	/*content: "";*/
	/*width: 18px;*/
	/*height: 10px;*/
	/*position: absolute;*/
	/*bottom:0;*/
	/*left: 50%;*/
	/*margin-left: -9px;*/
	/*background-image: url(../images/qkIcon6.png);*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*display:none;*/
	/**/
/*}*/
/*.menuDl dd:hover .a1:after{display: block}*/
/*.menuDl dd.nnn .a1:after{display: none !important}*/
/*.menuDl dd .div_a{*/
	/*width: 100%;*/
	/*overflow: hidden;*/
	/*background-color:#fff;*/
	/*position: absolute;*/
	/*top: 90px;*/
	/*left:0;*/
	/*z-index:3;*/
	/*display: none;*/
	/*box-shadow: 0 0 8px rgba(0,0,0,0.5);*/
/*}*/
/*.menuDl dd .div_a a{*/
	/*display: block;*/
	/*height: 35px;*/
	/*overflow: hidden;*/
	/*line-height: 35px;*/
	/*text-align: center;*/
	/*color: #666;*/
/*}*/
/*.menuDl dd .div_a a:hover{background-color:#003b90;color: #fff;}*/


.top-link{ position:relative; right:0;top:0; z-index:102;margin-left: 0.5%}
.top-link a.box1{ display:block;float: left; width:90px;height:90px; font-size:12px; text-align:center; position:relative; }
.top-link a.box1 b.ofIcon1{background: url(../images/OA.png) no-repeat center center;font-size:40px; color:#999; position:absolute; left:50%; margin-left:-15px;top:25px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block;width: 22px;height: 20px;}
.top-link a.box1 b.ofIcon2{background: url(../images/count.png) no-repeat center center;font-size:40px; color:#999; position:absolute; left:50%; margin-left:-15px;top:25px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block;width: 22px;height: 20px;}
.top-link a.box1 span{ display:block; margin-top:0px;font-weight:bold; color:#888 ; position:relative; z-index:2;-webkit-transition: all 400ms; transition: all 400ms;   padding-top:58px;}
.top-link a.box1 em{ display:block; width:90px; height:90px;background-color:#f5f5f5; overflow:hidden; position:relative; z-index:3;font-style: normal}
.top-link a.box1 em:before,.top-link a em:after {content: ''; display:block;position: absolute; width: 90px; height:90px; background:url(../images/toplink-hover.png); z-index: 1; -webkit-transition: all 400ms; transition: all 400ms;}
.top-link a.box1 em:before { left: -90px; top: -90px; }
.top-link a.box1 em:after { right: -90px; bottom: -90px; }

.top-link a.a2 em{ background-color:#e2e2e2}
.top-link a.a3 em{ background-color:#e2e2e2}

.top-link a.box1:hover em:before { left: 0; top: 0; }
.top-link a.box1:hover em:after { right: 0; bottom: 0; }
.top-link a.box1:hover b.ofIcon1{color:#fff;background: url(../images/OA_h.png) no-repeat center center;}
.top-link a.box1:hover b.ofIcon2{color:#fff;background: url(../images/count_h.png) no-repeat center center;}
.top-link a.box1:hover span{ color:#fff}


.top-link a.box2{ display:block;float: left; width:134px;height:90px; font-size:12px; text-align:center; position:relative; }
.top-link a.box2 b.ofIcon1{background: url(../images/OA.png) no-repeat center center;font-size:40px; color:#999; position:absolute; left:50%; margin-left:-15px;top:25px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block;width: 22px;height: 20px;}
.top-link a.box2 b.ofIcon2{background: url(../images/count.png) no-repeat center center;font-size:40px; color:#999; position:absolute; left:50%; margin-left:-15px;top:25px; z-index:2; -webkit-transition: all 400ms; transition: all 400ms; display:block;width: 22px;height: 20px;}
.top-link a.box2 span{ display:block; margin-top:0px;font-weight:bold; color:#888 ; position:relative; z-index:2;-webkit-transition: all 400ms; transition: all 400ms;   padding-top:58px;}
.top-link a.box2 em{ display:block; width:134px; height:90px;background-color:#f5f5f5; overflow:hidden; position:relative; z-index:3;font-style: normal}
.top-link a.box2 em:before,.top-link a em:after {content: ''; display:block;position: absolute; width: 134px; height:90px; background:url(../images/toplink-hover.png); z-index: 1; -webkit-transition: all 400ms; transition: all 400ms;}
.top-link a.box2 em:before { left: -134px; top: -90px; }
.top-link a.box2 em:after { right: -134px; bottom: -90px; }

.top-link a.a2 em{ background-color:#e2e2e2}
.top-link a.a3 em{ background-color:#e2e2e2}

.top-link a.box2:hover em:before { left: 0; top: 0; }
.top-link a.box2:hover em:after { right: 0; bottom: 0; }
.top-link a.box2:hover b.ofIcon1{color:#fff;background: url(../images/OA_h.png) no-repeat center center;}
.top-link a.box2:hover b.ofIcon2{color:#fff;background: url(../images/count_h.png) no-repeat center center;}
.top-link a.box2:hover span{ color:#fff}

.e-mail{width: 40px;height: 100%;position: relative;padding-left: 10px}
.e-mail:before{content: "";position: absolute;left: 0;top: 35px;width: 1px;height: 20px;background: #ddd}
.e-mail a{display: block;width: 100%;height: 90px;background: url(../images/e-mail.png) no-repeat center center}


@media only screen and (max-width: 1750px) {
	.menuDl dd .a1{padding:0 15px;}
}
@media only screen and (max-width: 1600px) {
	.menuDl dd .a1{padding:0 14px;}
	.top-link{ position:fixed; right:0;top:150px; z-index:1001;margin-left: 0}
	.top-link a.box1{ float: none;margin-bottom: 5px;width: 134px;}
	.top-link a.box1 em{width: 134px;}
	.top-link a.box2{ float: none;margin-bottom: 5px;}
	.top-link a em{background-color:#e2e2e2;}
    .searchBox{right: 50px}
}
@media only screen and (max-width: 1366px) {
	.logo img{ height: 40px;}
	.menuDl dd .a1{padding:0 12px; font-size: 14px;}
    .searchBox{right: 50px}
}
/*弹框样式*/
.oh{overflow: hidden;}
.webMapBt {display: block;width: 42px;height: 42px;border:2px solid #e9e9e9;overflow: hidden;position: fixed;right: 16px;top: 22px;background: #fff url(../images/menu.png) no-repeat center center;z-index: 995;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.webMapBt:hover{background: #d6000f url(../images/menu_h.png) no-repeat center center;border-color: #d6000f;}
.webMap{width: 405px;height: 100%;overflow: hidden;background: #fff;position: fixed;right: -100%;top: 0px;z-index: 999;}
.webMapBg{display: none;width: 100%;height: 100%;overflow: hidden;position: fixed;left: 0px;top: 0px;z-index: 998;background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');}
.webMapCont{position: relative;overflow: hidden;}
.webMapScroll{overflow-x: hidden;overflow-y: auto;height: calc(100vh - 90px);}
.webMapTop{background: #00b2f4;padding: 0px 20px;overflow: hidden;border-bottom: 1px solid #ddd;}
.closeMap{display: block;width: 40px;height: 40px;overflow: hidden;background: url(../images/close_h.png) no-repeat center center;background-size: 20px auto;margin-top: 22px;transition: all .3s}
.closeMap:hover{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}
.webMapTit{font-size: 18px;color:#fff;overflow: hidden;line-height: 90px;height: 90px;}
.webMapTit img{height: 35px;margin-top: 27px}
.webMapMenu{overflow: hidden;padding: 10px 20px 20px 20px;}
.webMapMenuBox{padding: 7px 0px;overflow: hidden;border-bottom: 1px solid #f2f2f2;}
.webMap_dl{overflow: hidden;padding-left: 20px;margin-right: -15px;}
.webMapMenuBox:last-child{border-bottom: none;}
.webMapTopMenu{overflow: hidden;font-size: 14px;height: 35px;line-height: 35px;text-align: left;color:#333;font-weight: bold;}
.webMapIcon1 a{
	background: url(../images/webMapIcon.png) no-repeat left 4px;
}
.webMapIcon1 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -31px;
}
.webMapIcon2 a{
	background: url(../images/webMapIcon.png) no-repeat left -65px;
}
.webMapIcon2 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -100px;
}
.webMapIcon3 a{
	background: url(../images/webMapIcon.png) no-repeat left -136px;
}
.webMapIcon3 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -171px;
}
.webMapIcon4 a{
	background: url(../images/webMapIcon.png) no-repeat left -207px;
}
.webMapIcon4 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -242px;
}
.webMapIcon5 a{
	background: url(../images/webMapIcon.png) no-repeat left -274px;
}
.webMapIcon5 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -309px;
}
.webMapIcon6 a{
	background: url(../images/webMapIcon.png) no-repeat left -336px;
}
.webMapIcon6 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -371px;
}
.webMapIcon7 a{
	background: url(../images/webMapIcon.png) no-repeat left -407px;
}
.webMapIcon7 a:hover{
	background: url(../images/webMapIcon.png) no-repeat left -442px;
}
.webMapTopMenu a{color:#333;padding-left: 20px;}
.webMap_dl dd{float: left;display: inline;margin-right: 15px;overflow: hidden;height: 25px;line-height: 25px;}
.webMap_dl dd a{font-size: 14px;color:#999;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.webMapTopMenu a:hover,
.webMap_dl dd a:hover{color:#d6000f;}
.busineDiv .banShadow{opacity:0.5;}
.webMapOther{overflow: hidden;border-top: 5px solid #ddd;padding: 10px 20px;font-size: 0px;}
.webGroupTit{padding-left: 20px;background: url(../images/webGroup.png) no-repeat left center;}
.webGroup{overflow: hidden;line-height: 25px;font-size: 14px;color:#666;padding-left: 20px;margin-right: -15px;}
.webGroup a{color:#666;float: left;margin-right: 15px;font-size: 14px;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.webGroup a:hover{color:#d6000f;}
.webMapOther .webCenter{display: inline-block;overflow: hidden;}
.webMapOther .webMapMenuBox{border:none;}

.webCenter .list a{ display: block; color:#333; font-size:15px; margin-bottom:10px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 25px;position: relative}
.webCenter .list a em{position: absolute;display: block;width: 14px;height: 14px;background: url(../images/iconB.png) no-repeat center center;left: 0;top: 5px}.webCenter .list a i{ margin-right:5px; font-size:13px;}
.webCenter .list a:hover{ color:#00b2f4; }
.webCenter .weixin{ margin-top:30px; color:#fff; font-weight:bold}
.webCenter .weixin i{ color:#88d03a; margin-left:10px; font-size:30px; }
.webCenter .weixin img{ display:block; width:170px;height: 170px; margin-top:20px; background-color:#fff}
.webCenter .weixin span{ display:block; width:170px; margin-top:10px; font-size:12px; text-align:center}
.webCenter .close-btn{width: 56px;height: 56px;display: block;position:absolute;right:30px;top:20px;transition: 300ms;-webkit-transition: 300ms;z-index: 100; cursor:pointer}
.webCenter .close-btn i{background: url(../images/close4.png) no-repeat scroll center center;width: 100%;height: 100%;display: block;transition: 400ms;-webkit-transition: 400ms;}
.webCenter .close-btn:hover i{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);-moz-transform: rotate(90deg);}

/*
////////////////////banner首页轮播
*/
.bannerSwiper{
	width: 100%;
	overflow: hidden;
	position: relative;
	}
.bannerSwiper .swiper-slide{
	width: 100%;
	overflow: hidden;
}
.bannerSwiper .swiper-slide a{
	display: block;
	width: 100%;
	padding-top:31.25%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.bannerSwiper .swiper-pagination{
	width: 100%;
	height: 33px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bannerSwiper .swiper-pagination span{
	width: 50px;
	height: 3px;
	background-color: rgba(255,255,255,0.7);
	border-radius:0;
	opacity:1;
	position: relative;
}
.bannerSwiper .swiper-pagination span:after{
	content: "";
	display: block;
	width:0px;
	height: 3px;
	background-color:#fff;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration:0s;
	transition-property: all;
	transition-timing-function: linear;
}
.bannerSwiper .swiper-pagination span.swiper-pagination-bullet-active:after{width:50px;transition-duration:5s;}
.bannerSwiper .bt{
	display: block;
	width: 37px;
	height: 68px;
	cursor: pointer;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top:-60px;
	z-index: 970;
}
.bannerSwiper .bt.banPrev{left:3.906%;background-position:left center}
.bannerSwiper .bt.banNext{right:3.906%;background-position:right center}

/*通知公告*/
.noticeB{width: 100%;height: 48px;line-height: 48px;background: #f5f5f5}
.column1Ad{overflow:hidden;}
.column1AdL{ width:195px; height:48px; color:#333; font-size:18px;}
.column1AdL span{color: #999}
.column1AdR{
	height:48px;
	overflow:hidden;
	position:relative;
}
.flr_m{width: 48px;height: 48px;position: absolute;right: 0;top: 0}
/*内容*/
.column1AdR .bd{ position:relative; height:100%; z-index:0; width:960px; overflow:hidden;}
.column1AdR .bd li{ zoom:1; vertical-align:middle; height:50px; font-size:14px; width:445px; overflow:hidden; float:left; display:inline; margin-right:30px;}
.column1AdR .bd li a{ float:left; display:inline;padding-left: 30px;position: relative;color: #666}
.column1AdR .bd li a em{padding: 0 10px;font-size: 18px;font-weight: bold;font-style: normal;color: #999;position: absolute;left: 0;top: -3px}
.column1AdR .bd li span{ float:right; display:inline; color:#999999; font-size:14px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.column1AdR .prev{ display:block; width:12px; height:12px; position:absolute; right:13px; top:50%; margin-top:-5px; background:url(../images/not1.png) no-repeat center center;}
.column1AdR .next{ display:block; width:12px; height:12px; position:absolute; right:0px; top:50%; margin-top:-5px; background:url(../images/not2.png) no-repeat center center;}

/*云胶新闻*/
.yj_news{width: 100%;background: #fff;overflow: hidden;height: 485px;}
.yj_newFl{width: 47.5%;overflow: hidden;position: relative;height: 410px;margin-right: 35px;}
.yj_dl{overflow: hidden;height: 370px}
.yj_dl dd .pic{width: 570px;height: 370px;overflow: hidden;}
.yj_dl dd .pic img{width:100%;height: 100%;}

.yj_newFl .hd{overflow: hidden;position: absolute;right: 10px;bottom:15px;z-index: 10;}
.yj_newFl .hd ul{overflow: hidden;}
.yj_newFl .hd li{width: 10px;height: 10px;overflow: hidden;float: left;display: inline;margin:0px 5px;cursor: pointer;line-height: 30px;background: #ccc;border-radius: 100%;}
.yj_newFl .hd li.on{background: #00b2f4;}
.yj_newFl .bd{width: 100%;}
.yj_newFl .text{line-height: 40px;font-size: 16px;color: #333;height: 40px;}

.yj_newFr{overflow: hidden}
.yj_newTit{height: 39px;line-height: 39px;border-bottom: 2px solid #00b2f4;}
.yj_nDl{overflow: hidden;text-align: center;font-size: 0}
.yj_nDl li{padding: 0 30px;font-size: 16px;color: #333;cursor: pointer;line-height: 40px;display: inline-block;transition: all .3s;-webkit-transition:  all .3s}
.yj_nDl li.hover{background: #00b2f4;color: #fff}

.picScroll-top{height: 355px;overflow: hidden;position: relative;padding-top: 15px}
.indexList{ overflow:hidden;padding: 20px 0 0;height: 320px;}
.indexList dd{ height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.indexList dd a{ overflow:hidden;color: #666;font-size:15px;}
.indexListL{ float:left; display:inline; overflow:hidden;}
.indexListL em{ color:#999999; float:left; margin-right:5px; overflow:hidden;background: url(../images/jiao.png) no-repeat center center;width: 10px;height: 40px}
.indexListL em.emd{ width:3px; height:3px; margin-top:15px; background:#999999; line-height:9999px; margin-right:10px;}
.indexListR{ color:#999999; font-size:15px; float:right; display:inline;}
.indexList dd:hover a{ color:#00b2f4;}
.picScroll-top .hd{overflow: hidden;position: absolute;right: 0;bottom:0;z-index: 10;height: 26px;width: 100%}
.picScroll-top .prev{position: absolute;display:block; width:26px; height:26px;right:33px; top:0; background:#e6e6e6;border-radius: 2px}
.picScroll-top .prev i{position: absolute;width: 10px;height: 6px;left: 50%;top: 50%;background-image: url(../images/btns0.png);background-repeat: no-repeat;background-position:center 0;margin-left: -5px;;margin-top: -3px}
.picScroll-top .next{position: absolute;display:block; width:26px; height:26px;right:0px; top:0; background:#e6e6e6;border-radius: 2px}
.picScroll-top .next i{position: absolute;width: 10px;height: 6px;left: 50%;top: 50%;background-image: url(../images/btns1.png);background-repeat: no-repeat;background-position:center 0;margin-left: -5px;;margin-top: -3px}
.picScroll-top .prev:hover i{background-position:center -6px;}
.picScroll-top .next:hover i{background-position:center -6px;}
.picScroll-top .prev:hover{background: #00b2f4;}
.picScroll-top .next:hover{background: #00b2f4;}

/*云胶站群*/
.yj_zqBox{width: 100%;height: 545px;background: url(../images/bg1.jpg) no-repeat center center;background-size: cover}
.yj_zqTitle{text-align: center;}
.yjUp{font-size: 24px;color: #fff;font-weight: bold}
.yjDown{font-size: 14px;color: #e5e5e5;line-height: 26px}
.yj_List{height: 348px;overflow: hidden;width: 250px;position: relative}
.zq_ul1{height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
}
.zq_ul1 li{width: 100%;height: 87px;background: #fff;line-height: 87px;text-align: center;font-size: 18px;color: #333;cursor: pointer;transition: all .3s;-webkit-transition: all .3s}
.zq_ul1 li.hover{background: #00b2f4;color: #fff;font-weight: bold}
.zq_ul1 li:hover{background: #00b2f4;color: #fff;font-weight: bold}

.yj_zqFr{overflow: hidden;background: #fff}
.yj_pic{width: 540px;height: 348px;overflow: hidden}
.yj_pic img{width: 100%;height: 100%;}
.yj_text{padding: 35px;overflow: hidden}
.yj_text h3{font-size: 18px;font-weight: bold;padding: 10px 0 20px}
.yj_text h3 a{display: block;color: #00b2f4;}
.yj_intro{font-size: 14px;color: #666;line-height: 26px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-bottom: 50px}
.yj_detial{width: 136px;height: 34px;border: 1px solid #ccc;line-height: 36px;text-align: center;transition: all .3s;-webkit-transition: all .3s}
.yj_detial a{display: block;font-size: 12px;color: #999;transition: all .3s;-webkit-transition: all .3s}
.yj_detial:hover{background: #00b2f4;border-color: #00b2f4}
.yj_detial a:hover{color: #fff}

/*党建工作*/
.yj_djBox{width: 100%;background: #f5f5f5;overflow: hidden}
.yj_djBoxFL{width: 70%;}
.yj_djDl{overflow: hidden;background: #fff}
.yj_djBoxFL .pic{width: 345px;height: 245px;position: relative}
.yj_djBoxFL .pic .em1{width:0;height:0;border-width:10px 10px 10px 0;border-style:solid;border-color:transparent #fff transparent transparent;position:absolute;right: 0;top: 22px}
.yj_djBoxFL .pic .em2{width:0;height:0;border-width:10px 0 10px 10px;border-style:solid;border-color:transparent transparent transparent #fff;position:absolute;left: 0;top: 22px}
.yj_djBoxFL .pic img{width: 100%;height: 100%}
.dj_text{overflow: hidden;padding: 20px 20px 10px 30px;}
.dj_text h3{font-size: 18px;color: #333;font-weight: bold}
.dj_tDl{ overflow:hidden;padding: 10px 0 0;}
.dj_tDl dd{ height:36px; line-height:36px;overflow:hidden;border-bottom: 1px dashed #ccc }
.dj_tDl dd a{ overflow:hidden;color: #666;font-size:14px;}
.dj_ddL{ float:left; display:inline; overflow:hidden;}
.dj_ddR{ color:#999999; font-size:12px; float:right; display:inline;}
.dj_tDl dd:hover a{color: #00b2f4}
.moreDiv{display: block;text-align: right;padding-top: 10px;font-size: 12px;color: #999}

.culBox_dl{overflow: hidden}
.culBox_dl dd{margin-bottom: 20px;position: relative}
.culBox_dl dd:last-child{margin: 0}
.culBox_dl dd .pic{width: 345px;height: 245px;}
.culBox_dl dd .pic img{width: 100%;height: 100%}
.culShaw{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.2)}
.culShaw .text{margin: 40px 0 0 40px}
.culShaw .text span{display: block;line-height: 28px}
.culShaw .text span.span1{font-size: 18px;font-weight: bold;color: #fff}
.culShaw .text span.span2{font-size: 16px;color: #ccc}

/*友情链接*/
.yj_friend{overflow: hidden;}
.yj_friendBox{}
.yj_friendT{height: 40px;line-height: 40px;border-bottom: 2px solid #00b2f4}
.yj_friendT span{padding: 0 20px;line-height: 40px;background: #00b2f4;font-size: 16px;color: #fefefe;display: inline-block;height: 40px}
.friend_dl{padding: 20px 30px;overflow: hidden;}
.friend_dl dd{float: left;margin-right: 40px;}
.friend_dl dd a{font-size: 14px;color: #666;}
.friend_dl dd:hover a{color: #00b2f4}


	/**/
.ixBoxT{
	clear: both;
	height: 98px;
	overflow: hidden;
	line-height: 98px;
	text-align: center;
	font-size:36px;
	color:#333333;
	position: relative;
}
.ixBoxT:after{
	content:"";
	display: block;
	width: 110px;
	height: 1px;
	background-color:#999999;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-55px;
}
/*
//////foot底部
*/
.foot{clear: both;background-color:#454648;}
.footBox1{
	clear: both;
	overflow: hidden;
	padding:50px 0 60px 0;
	text-align: center;
}
.footUl{overflow: hidden}
.footUl li{
	float: left;
	margin-right: 114px;
	overflow: hidden;
	
}
.footDl{overflow: hidden}
.footDl dt{
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	margin-bottom:13px;
}
.footDl dt a{color:#f5f5f5;}
.footDl dt a:hover{color:#fff;}
.footDl dd{
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
}
.footDl dd a{color:#b1b2b2;}
.footDl dd a:hover{color:#0f92dd;}
.footBox2{
	clear: both;
	height: 50px;
	background-color:#3e3e40;
	padding:0 4.6875%;
}
.footBoxL{
	line-height: 50px;
	color: #999999;
	font-size: 14px;
}
.footBoxL img{margin-left: 10px}
.footBoxL a{color: #999999;}
.footBoxL a:hover{color: #fff;}
.footBoxC{
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	padding-top:15px;
	text-align: center;
}

.ewmText{ overflow:hidden;display: inline-block}
.ewmText a{ float:left; display:inline; padding-left:20px}
.ewmText a:first-child{padding: 0}
.ewmText a span{ display:block; text-align:center; line-height: 48px; color:#b2b2b2; font-size:14px}
.ewmText a img{width: 120px;height: 120px;}

.foot2Dl{overflow: hidden;text-align: left;}
.foot2Dl dt{
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 16px;
	margin-bottom:13px;
}
.foot2Dl dt a{color:#f5f5f5;}
.foot2Dl dt a:hover{color:#fff;}
.foot2Dl dd{
	clear: both;
	line-height: 34px;
	text-align: left;
	font-size: 16px;
}
.foot2Dl dd a{color:#b2b2b2;}
.foot2Dl dd a:hover{color:#fff;}


/*
/////////////////////////内页
*/
/*subBanner*/
.subPageRC{ min-height: 600px; height: auto !important;height: 600px;}
.subBanner{
	clear: both;
	width: 100%;
	padding-top:15.625%;
	background-position: center center;
	background-size: cover;
	position: relative;
}

/*二级导航*/
.navBox{
	clear: both;
	height: 60px;
	border-bottom:1px solid #e6e6e6;
	background: #fff;
}
.nav{margin-left:-13px;overflow: hidden}
.nav a{
	float: left;
	height: 60px;
	line-height: 60px;
	padding:0 25px 0 26px;
	color: #666;
	font-size: 14px;
	position: relative;
	left:-1px;
}
.nav a.hover{color:#0f92dd}
.subRight{line-height: 60px}
.subRight span{vertical-align: middle}
.subRight a{font-size: 13px;color: #999;padding-left: 20px;position: relative}
.subRight a i{position: absolute;width: 20px;height: 20px;left: 0;top: 0;background: url(../images/leftB.png) no-repeat center center}
.subRight a.hover{color: #0f92dd;}
.subRight a:hover{color: #0f92dd;}


/*新闻中心视频页面开始*/
.imgListone{
	background: #fff;
	overflow: hidden;
	padding: 30px;
    margin: 0 -15px;
}
.imgListone dd{
    float: left;
    display: inline;
    width: 33.33333%;
    padding: 15px 0;
}
.imgListone dd a{
    display: block;
    margin: 0 15px;
    position: relative;
    /*-webkit-transform: translateY(-5px);*/
    /*-ms-transform: translateY(-5px);*/
    /*-o-transform: translateY(-5px);*/
    /*transform: translateY(-5px);*/
    /*-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/
    /*box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/
}
.imgListone dd a:before{
    content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.1);z-index: 0;

}
.jqthumb {
	position: absolute;
	top: 0;
	left: 0;
}
.imgBox {
	position: relative;
	overflow: hidden;
}
.imgListone dd .imgBox{
    padding-top: 66.666666667%;
}
.imgListone dd .listIco{
    background: url(../images/play1.png) center center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 50px;
    right: 18px;
    transition: 0.4s ease;
}
.imgListone dd a:hover .listIco{
    bottom: 50%;
    right: 50%;
    margin-right: -20px;
    margin-bottom: -10px;
}
.imgListone dd a:hover .listIco:hover{
    transform: scale(1.08);
}
.imgListone dd .text{height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #808080}
.imgBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*新闻中心视频页面结束*/

/*联系我们*/
.contactBox{background: #fff}
.map {
	width: 1200px;
	margin: 0 auto;
	height: 450px;
	background:#fff;
	position: relative;
}
.map img{ width:100%; height:100%}
.contact {
	line-height: 50px;
	color: #444444;
	font-size: 18px;
	padding:40px 0 60px;
	overflow: hidden;
}
.left-con h3{ font-size:22px; line-height:54px; color:#333; font-weight:normal;position: relative;padding: 10px 0}
.left-con h3:after{content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 5%;background: #c20000}
.left-con>div{ font-size:16px; color:#777; line-height:40px;padding: 10px 0}


/*在线留言*/
.mesTbox{background: #fff}
.suggest{ font-size:24px; color:#333; line-height:25px;text-align: center;font-weight: bold}
.messageForm {
	overflow: hidden;
	padding: 60px 110px 20px;
}
.messageForm dd {margin: 0 26px 18px 0;}
.messageForm .formL {
	overflow: hidden;
	height: 47px;
	line-height: 47px;
	width: 100px;
	text-align: center;
	color: #333;
	font-size: 16px;
	position:relative;
}
.messageForm .formL i{ position:absolute; left:0; top:21px; width:7px; height:7px; background:url(../images/xing.png) no-repeat center center}
.messageForm .formR {
	overflow: hidden;
}
.messageForm .formR input {
	height: 45px;
	line-height: 33px;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	font-family: "microsoft yahei";
	background: #FFF;
	float: left;
	display: inline;
	border-radius: 2px;
	font-size: 14px;
	outline: none;
}
.messageForm .formR input.input1 {
	width: 465px;
}.messageForm .formR input.code {
	 width: 200px;
 }
.messageForm .formR textarea {
	height: 260px;
	line-height: 33px;
	border: 1px solid #e6e6e6;
	padding: 0 10px;
	font-family: "microsoft yahei";
	background: #FFF;
	width: 97%;
	outline: none;
	font-size: 14px;
	resize: none;
	border-radius: 2px;
}
.messageForm .formR img {
	float: left;
	display: inline;
	height: 47px;
	margin: 0 16px;
}
.messageBtn {
	overflow: hidden;
	font-size: 0;
	margin-left: 210px;
}
.messageBtn a {
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	border-radius: 3px;
	margin-right: 20px;
}
.messageBtn a.bt1{background: #0193dd;color: #fff}
.messageBtn a.bt1:hover{background: #01a6f2;color: #fff}
.messageBtn a.bt2{background: #e6e6e6;color: #999}
.messageBtn a.bt2:hover{background: #c4c4c4;color: #fff}

/*------联系我们contact------*/

/*大事记start*/
.event{ position: relative; padding: 0 0; overflow: hidden;}
.event:before{ display: block; width: 8px; height: 100%; position: absolute; left: 50%; margin-left: -4px; background: #f0f0f0; content: ''; top: 112px;}
.event dt{ overflow: hidden; margin-bottom: 12px;}
.event dt img{ overflow: hidden; display: block; height: 112px; margin: 0 auto;}
.event dd{ overflow: hidden; margin-bottom: 10px;}
.event dd .con{width: 525px; position: relative;padding: 40px 0}
.event dd .con .pic{ width: 165px; height: 110px;}
.event dd .con .pic img{width: 165px; height: 110px;}
.event dd .con .text{ font-size: 14px; color: #666666; line-height: 30px; overflow: hidden;}
.event dd .year{ height: 25px; line-height: 25px; position: absolute; color: #666666; font-size: 16px; top:43px;}
.event dd .year:before{ display: block; width: 25px; height: 25px; background: #0088f1; position: absolute;  top: -1px; content: ''; border-radius: 25px; opacity: 0; visibility: hidden; transform: scale(0); -webkit-transform: scale(0); transition: all 0.5s ; -webkit-transition: all 0.5s ;}
.event dd .year:after{ display: block; width: 13px; height: 13px; border: 2px solid #0088f1; background: #FFF; position: absolute;  top: 50%; margin-top: -9px; content: ''; border-radius: 25px;}
.event dd .year i{ width: 28px; height: 2px; display: block; position: absolute;top: 50%; margin-top: -1px; background: #cccccc;}
.event dd.odd .con{ float: left; display: inline;}
.event dd.odd .con .pic{ float: right; display: inline;}
.event dd.odd .con .text{ padding: 0 20px; text-align: right;}
.event dd.odd .con .year{ right:-136px;}
.event dd.odd .con .year:before{ left:-52px; z-index: 1}
.event dd.odd .con .year:after{ left:-48px; z-index: 1}
.event dd.odd .con .year i{ left:-34px;}

.event dd.even .con{ float: right; display: inline;}
.event dd.even .con .pic{ float: left; display: inline;}
.event dd.even .con .text{ padding: 0 20px; text-align: left;}
.event dd.even .con .year{ left:-136px;}
.event dd.even .con .year:before{ right:-52px; z-index: 1}
.event dd.even .con .year:after{ right:-48px; z-index: 1}
.event dd.even .con .year i{ right:-34px;}

.event dd:hover .year:before{ visibility: visible; opacity: 1; transform: scale(1); -webkit-transform: scale(1)}

/*大事记end*/


/*全文*/
.textList_box{background: #fff;}
.textLiCom{padding: 20px;overflow: hidden}
.textLiCom .pic{width: 400px;height: 265px;margin-right: 40px;}
.textLiCom .pic img{width: 100%;height: 100%;}
.content1{overflow: hidden;margin-right: 20px}
.content1 h3{padding: 20px 0;font-weight: normal}
.content1 h3 a{display: block;font-size: 24px;color: #333}
.content1 .introl{font-size: 14px;color: #666;line-height: 28px;padding: 10px 0 20px}
.dtaime{overflow: hidden;font-size: 12px;color: #999;padding-top: 10px}
.dtaime a{display: block;color: #999;}

.textB_dl{background: #fff}
.te_dl{padding: 0 40px;}
.te_dl dd{overflow: hidden;height: 70px;line-height: 70px;border-bottom: 1px dashed #ddd}
.te_dl dd:last-child{border: 0}
.te_dl dd a{font-size: 14px;color: #666}
.te_dl dd .timer{margin-right: 20px;position: relative;padding-right: 40px}
.te_dl dd .timer i{position: absolute;width: 17px;height: 7px;display: block;right: 0;top: 32px;background: url(../images/icon19.png) no-repeat center center}
.te_dl dd .timer i:after{
	content: "";
	display: block;
	width:0;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icon19_h.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition-duration: 0.3s;
}
.te_dl dd:hover .timer i:after{width: 17px}
.te_dl dd:hover .text{color: #0193dd}



/*图文列表*/
.textImg{margin:0 -10px;}
.textImg dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
	margin-bottom: 20px;
}
.textImg dd a{
	display: block;
	margin:0 10px;
	overflow: hidden;
	background-color:#fff;
}
.textImg dd a .text{padding: 20px}
.textImg dd a .divT1{
	clear: both;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	color: #999999;
	font-size: 14px;
}
.textImg dd a .divT2{
	clear: both;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:24px;
	color: #333333;
	font-size: 18px;
}
.textImg dd:hover a .divT2{color:#0193dd}
.textImg dd:hover a .t01{color: #0193dd}
.textImg dd a .pic{
	width: 100%;
	padding-top:60.526%;
	overflow:hidden;
	position: relative;
}
.textImg dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.textImg dd a .txt{
	clear: both;
	height: 52px;
	overflow: hidden;
	color: #858585;
	line-height: 26px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.textImg dd a .divT3{
	width: 52px;
	height: 20px;
	overflow: hidden;
	background-image: url(../images/icon7.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.textImg dd a .divT3:after{
	content: "";
	display: block;
	width:0;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icon8.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition-duration: 0.3s;
}
.textImg dd:hover a .divT3:after{width: 52px}
/**/
.pageBt{
	width: 123px;
	height: 43px;
	margin:0 auto;
	cursor: pointer;
	border-radius:25px;
	text-align: center;
	line-height: 43px;
	border:1px solid #c7c7c7;
	color: #666666;
	font-size: 14px;
	transition-duration: 0.3s;
	position: relative;
	z-index: 999;
}
.pageBt.typ{
	background-color:#454545;
	color: #fff;
	border-radius:0;
	border:1px solid #454545;
}
.pageBt:hover{
	background-color:#003b90;
	border:1px solid #003b90;
	color: #fff;
}

/**/
.pageBoxCc{
    min-height: 600px;
    height: auto !important;
    height: 600px;
	overflow: hidden;
	background-color:#fff;
	padding:30px;
}
/*新闻+单篇*/
.articleT {
	clear: both;
	line-height:50px;
	font-size:30px;
	color: #333333;
	text-align: center;
}
.articleT2 {
	height:35px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #c7c7c7;
}
.articleT2 span{
	display: inline-block;
	height:35px;
	margin:0 10px;
	line-height: 35px;
	color: #666666;
	background-position:left center;
	background-repeat: no-repeat;
}
.articleT2 span.span1{
	padding-left:22px;
	background-image: url(../images/icon10.png);
}
.articleT2 span.span2{
	padding-left:34px;
	background-image: url(../images/icon11.png);
}
.articleBox {
	clear: both;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	padding:15px;
}
.articleBt{text-align: center}

.articleBox img {
	max-width: 100%;
}
/* 文章阅读页——大图*/
.articleTitle {
	font-size: 28px;
	line-height: 40px;
	color: #141414;
	text-align: center;
}
.articleTitle1 {
    font-size: 18px;
    line-height: 36px;
    color: #141414;
    text-align: center;
}
#play {
	width: 755px;
	height: 425px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width:755px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 90px;
	height:51px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 90px;
	height:51px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 90px;
	height:51px;
}

.img_hd ul li.on {
	border: 1px solid #003b90;
	background: #003b90;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 20px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.article_pageUp {
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}

.article_pageUp dl {
	width: 600px
}

.article_pageUp dl a {
	color: #999999
}

.article_pageUp dl a:hover {
	color: #1e67c0
}

.article_pageUp .bt {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1e67c0;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.article_pageUp .bt:hover {
	opacity: 0.9
}
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}
.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file.png) no-repeat left center;
}
.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}
.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}
.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}
.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}
.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.articlePageUp .shareBox{display:inline-block;}
.articlePageUp .shareBox a{margin-left:5px;line-height: 38px}
.articlePageUp a:hover{color: #fff}
.articlePageUp .bds_tsina{
	width: 24px !important;
    height: 40px !important;
	background:url(../images/icon24.png) no-repeat -49px top !important;
}
.articlePageUp .popup_qzone{
	width: 24px !important;
    height: 40px !important;
	background:url(../images/icon24.png) no-repeat -98px top !important;
}
.articlePageUp .popup_sqq{
	width: 24px !important;
    height: 40px !important;
	background:url(../images/icon24.png) no-repeat -147px top !important;
}
.articlePageUp .bds_weixin{
	width: 24px !important;
    height: 40px !important;
	background:url(../images/icon24.png) no-repeat 0px top !important;
}
.articlePageUp .bds_tsina:hover{background:url(../images/icon24.png) no-repeat -49px bottom !important;}
.articlePageUp .popup_sqq:hover{background:url(../images/icon24.png) no-repeat -147px bottom !important;}
.articlePageUp .popup_qzone:hover{background:url(../images/icon24.png) no-repeat -98px bottom !important;
}
.articlePageUp .bds_weixin:hover{background:url(../images/icon24.png) no-repeat 0px bottom !important;}
.articlePageT{
	width:660px;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	margin-bottom: 10px;
	padding:0 20px;
}
.articlePageT a{color: #333;}
.articlePageT a:hover{color: #37a6ff;}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#003b90;
	}
.articlePage a.hover{
	color:#fff;
	background:#003b90;
	}
.articlePageUp{
	clear: both;
	overflow: hidden;
	padding-top:20px;
	border-top:1px solid #c7c7c7;
}
.articlePageUp .bt{
	display: block;
	width: 110px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
	background-color:#f0f0f0;
}
.articlePageUp .bt:hover{opacity:0.9}
.articlePageUp .bt span{
	display: inline-block;
	height: 50px;
	color: #333333;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
}
.articlePageUp .bt.getUp span{
	padding-right: 24px;
	background-image: url(../images/icon12.png);
}
.articlePageUp .bt.share span{
	padding-right: 24px;
	background-image: url(../images/icon13.png);
}
.articlePageUp .bt.share{position: relative;}
.articlePageUp .bt.share .shareBox{
	position: absolute;
	top: 0;
	left:-210px;
	opacity: 0;
	transform-origin:right center;
	transform: scale(0);
	transition-duration: 0.3s;
}
.articlePageUp .bt.share:hover .shareBox{opacity:1;transform: scale(1);}



.slcBox {
	width: 120px;
	height: 55px;
	position: relative;
	border-bottom: 1px solid #c7c7c7;
	padding-right: 30px;
    margin-right:28px;
}

.slcBox .seljg {
	padding-left: 10px;
	line-height: 55px;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
}

.slcBox i {
	display: block;
	width: 30px;
	height: 55px;
	background: url(../images/icon17.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.slcBox .selTj {
	width: 100%;
	overflow: hidden;
	border-top: none;
	max-height: 150px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top:54px;
	background: #FFF;
	display: none;
}

.slcBox .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
}

.slcBox .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}

.slcBox .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}
.pdtBox5R .bt{
    display: block;
    clear: both;
    background-color:#d1d1d1;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
}
.pdtBox5R .bt:hover{background-color:#003b90;color:#fff}
.pdtBox5R .divT{
    height: 67px;
    line-height: 67px;
    color: #666;
    font-size: 14px;
}
.pdtBox5R .divT span{
    color: #ec2d2d;
    font-weight: bold;
    padding-left: 22px;
    margin-left: 10px;
    background-image: url(../images/icon18.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.pdtBoxDl dd{
    clear: both;
    overflow: hidden;
    line-height: 25px;
    color:#666666;
    font-size: 16px;
    padding-left:40px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}
.pdtBoxDl dd .divT{
    display: block;
    width:26px;
    height:26px;
    overflow: hidden;
    border-radius:100%;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background-color:#003b90;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99;
}
/*公司概况*/
.gsgkBox{
    clear: both;
    overflow: hidden;
}
.channelT{
    height: 75px;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 75px;
    color: #333333;
    font-size: 30px;
}
.channelT.typ{color:#fff}
.channelT.typ:after{background-color:#fff}
.channelT:after{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color:#cccccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left:-30px;
}
.gsgkDl dd{
    float: left;
    width: 33.333%;
    overflow: hidden;
    position: relative;
    height: 100px;
    text-align: center;
}
.gsgkDl dd .divT{
    clear: both;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    color: #003b90;
    font-size:48px;
    font-weight: bold;
}
.gsgkDl dd .divT span{
    color:#003b90;
    font-size: 16px;
    font-style: normal;
}
.gsgkDl dd .divT2{
    clear: both;
    height:40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    color: #666666;
    font-size:16px;
}
.gsgkText{
    clear: both;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.channeMore{
    clear: both;
}
.channeMore a{
    display: block;
    width: 120px;
    height: 34px;
    margin:0 auto;
    text-align: center;
    line-height: 34px;
    color: #999999;
    font-size: 16px;
    border:1px solid #c7c7c7;
}
.channeMore a span{
    display:inline-block;
    height: 34px;
    padding-right: 27px;
    background-image: url(../images/icon19.png);
    background-repeat: no-repeat;
    background-position: right center;
}
/***/
.gsgkBox2{
    clear: both;
    height: 720px;
    background-image: url(../images/bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.gsgkBox2C{
    width: 590px;
    height: 150px;
    overflow: hidden;
}
.gsgkBox2C .txtBox{
    width: 590px;
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    padding-right:20px;
}
.gsgkBox2C .txt{
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.gsgkBox2CBt{clear: both}
.gsgkBox2CBt .bt{
    float: left;
    width: 32px;
    height: 32px;
    border:1px solid #c7c7c7;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.gsgkBox2CBt .bt.prev{background-image: url(../images/icon20.png)}
.gsgkBox2CBt .bt.next{background-image: url(../images/icon21.png)}
/**/
.gsgkImg{
    display: block;
    width: 970px;
    margin: 0 auto;
}
/**/
.gsgkBox3{
    clear: both;
    height: 648px;
    background-image: url(../images/bg4.jpg);
    background-repeat: repeat-x;
    background-position: center center;
}
/*3d压层滚动*/
.jswBox{width: 1200px;margin: 0 auto}
#jswbox{position:relative; clear:both;height:365px;}
#jswbox ul{position:relative; clear:both; overflow:hidden;height:365px;}
#jswbox li{position:absolute;z-index:0;overflow:hidden;top:0px;left:0px; height:0px; width:0px;}
#jswbox li img{width:100%;height:100%;vertical-align:top;float:left;}
#jswbox li a{ height:100%; width:100%; display:block; position:absolute; top:0;}
#jswbox .prev{display:block; position:absolute; left:30px; top:50%; margin-top:-25px; width:27px; height:50px; cursor:pointer; background:url(../images/prev.png) no-repeat center center; z-index:5}
#jswbox .next{display:block; position:absolute; right:30px; top:50%;width:27px;margin-top:-25px; height:50px;cursor:pointer;background:url(../images/next.png) no-repeat center center;z-index:5}
#jswbox .prev:hover{background:url(../images/prevh.png) no-repeat center center;}
#jswbox .next:hover{background:url(../images/nexth.png) no-repeat center center;}
#jswbox .divtext{ height:45px;display:block; width:265px; background:#2553b3; border-radius:45px; margin:20px auto 0; line-height:45px;font-size:16px; text-align:center; color:#ffffff;}
/*招贤纳士*/

/*招聘列表详情*/
.rmt_dl{padding: 40px;background: #fff}
.rmt_dl dt{height: 50px;line-height: 50px;overflow: hidden;border-bottom: 1px solid #ddd;}
.rmt_dl dt span{display:block;float: left;height:50px;text-align:center;color:#333;width: 20%;font-size: 16px;}
.rmt_dl dd{display:block;clear:both;overflow:hidden;margin-bottom: 10px; background:#f5f5f5;}
.rmt_dl dd .div1{clear:both;height:58px;background:#f5f5f5;overflow:hidden;-webkit-transition: all 0.2s;text-align: center;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;}
.rmt_dl dd .div1 span{display:inline;float:left;height:58px;line-height:58px;color:#666;font-size:16px;width: 20%}
.rmt_dl dd .div1 span.span1{}
.rmt_dl dd .div1 span.span2{}
.rmt_dl dd .div1 span.span3{}
.rmt_dl dd .div1 span.span4{}
.rmt_dl dd .div1 span.span5{cursor:pointer;text-align:center; background:url(../images/jia.png) no-repeat center center;}

.rmt_dl dd .div2{clear:both;overflow:hidden;padding:10px 30px;color:#666666;font-size:14px;line-height:30px;text-align:left;display:none;background: #f5f5f5}
.rmt_dl dd .div2 b{ color: #333;}
.rmt_dl dd.hover .div1{ background:#0f92dd;}
.rmt_dl dd.hover .div1 span{ color:#fff;}
.rmt_dl dd:hover .div1{ background:#0f92dd;}
.rmt_dl dd:hover .div1 span{ color:#fff;}
.rmt_dl dd .div1 span.span5.jian{ background:url(../images/jia2.png) no-repeat center center;}
.div2Btn{ overflow:hidden; padding-top:20px;}
.div2Btn a{ display:block; width:140px; height:40px; background:#e2807f; color:#FFF; text-align:center; font-size:16px; line-height:40px;}
.rctBtn{ overflow:hidden;}
.rctBtn a{ color:#fff; display: block; width: 125px; height: 40px; background: #0f92dd; text-align: center; line-height: 40px; font-size: 16px;border-radius: 2px}





/*招聘表单*/
.msg3_dl{overflow: hidden;}
.msg3_dl dd{width: 50%;float: left;display: block;padding: 7px 0;position: relative}
.msg3_dl dt{padding: 7px 0;float: right;width: 50%}

.msgDiv3{height: 115px;margin: 0 15px;background: #f7f7f7;font-size: 14px;color: #666}
.msgComp{overflow: hidden;margin-left: 15px;margin-bottom: 15px}
.fl1_m{width: 155px;padding: 0 5px;margin-right: 10px;border: 1px solid #ddd;border-radius: 2px;background: #fff}
.fl1_m .msgFl1{width: 100%;height: 34px;line-height: 34px;border: none;outline: none;}
.fl2_m{height: 36px;margin-right: 10px;width: 90px;}
.fl2_m img{height: 100%;width: 100%}
.msgComp a{display:block;height: 36px;line-height: 36px;width: 80px;text-align: center;border-radius: 2px;color: #fff;}
.upLfl{background: #0068b7;margin-right: 10px}
.upLr{background: #213d9d}
.msgComp a.upLfl:hover{background: #008BED}
.msgComp a.upLr:hover{background: #2647BD}
.spanT{margin-left: 15px}

.msgDiv1{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;height: 48px;line-height: 48px;padding: 0 16px;font-size: 14px;color: #666;}
.msgDiv1 span{display: block;margin-right: 10px;}
.msg_input{overflow: hidden;}
.msgInp{width: 100%;height: 48px;border: 0;line-height: 48px;outline: none;}
.msg_dl dt{padding: 15px 0;float: left;width: 100%}
.msgDiv2{margin: 0 15px;border: 1px solid #ddd;border-radius: 2px;line-height: 24px;font-size: 14px;color: #666;position: relative;}
.msgDiv2 .msgSpan{position: absolute;left: 16px;top: 10px;}
.msgTat{padding: 15px 16px}
.msgText{width: 100%;outline: none;border: 0;resize:none;height: 180px;font-size: 14px;color: #333}

.msgX{color: #ff0000;line-height: 48px}
.msg_input1{padding: 0 10px 0 0;position: relative}
.msg_input1 em{ width:0;
	height:0;
	border-width:5px 4px 0;
	border-style:solid;
	border-color:#333 transparent transparent;/*灰 透明 透明 */
	position:absolute;
	right: 16px;
	bottom: 20px;
}

.selTj{ width:105.7%; overflow:hidden; border:1px solid #dddddd; border-top:none; max-height:180px; overflow-y:auto; position:absolute; left:-17px; top:49px; background:#FFF; display:none; z-index:100000}
.selTj a{ display:block; height:35px; line-height:35px; padding-left:10px; color:#666666; margin-bottom:1px; font-size:14px;}
.selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.selTj a.hover{background:#f8f8f8; color:#ff7800;}

.msgTrue{overflow: hidden;text-align: center}
.msgTrue a{display: inline-block;width: 130px;height: 40px;text-align: center;line-height: 40px;font-size: 14px;color: #fff;border-radius: 2px;margin: 0 10px}
.msgTrue a.true1{background: #fca41b}
.msgTrue a.true2{background: #909090}
.msgTrue a.true1:hover{background: #ee9a1b}
.msgTrue a.true2:hover{background: #b3b3b3}




/*页码开始*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:7px 13px;color:#393939;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 0 2px; position: relative; top: -14px;color:#393939;}
.page a:hover{background: #0f92dd;color: #fff;}
.page a.hover{background: #0f92dd;color: #fff;}
.page input{display: inline-block;vertical-align: middle; width:16px;height: 32px;border: 1px solid #e6e6e6;position: relative; top: 0; background:#f5f5f5; border-radius: 2px; padding:0 8px; margin: 0 5px}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 8px;height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage.disabled{background:#e2e2e2 url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage.disabled{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage.disabled{background:#fff url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage.disabled{background:#fff url(../images/page/lastPage.png) no-repeat center center;}

.page a.firstPage:hover{background:#eaeaea url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage:hover{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage:hover{background:#eaeaea url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage:hover{background:#eaeaea url(../images/page/lastPage.png) no-repeat center center;}

/*页码结束*/

.bmFormDn{ overflow: hidden; border-top: 1px dashed #d8d8d8; padding-top: 15px; font-size: 14px; color: #333333; margin-bottom: 45px;}
.bmFormDn .title{ height: 38px; line-height: 38px;}
.bmFormDn .title span{ color: #da0100;}
.bmFormYzm{ overflow: hidden;}
.bmFormYzm input{ float: left; display: inline; width: 194px; height: 38px; border: 1px solid #e2e2e2; padding: 0 10px; margin-right: 10px;}
.bmFormYzm img{ float: left; display: inline; height: 40px; cursor: pointer;}


/*招聘弹框样式*/
.subPopBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top:0px;
	background: rgba(0,0,0,0.65);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
	z-index: 999999;
	display: none;
}
.subPopCont{
	width: 790px;
	height: 555px;
	/*overflow: hidden;*/
	border:10px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 50%;
	top:50%;
	margin-left: -395px;
	margin-top: -277px;
}
.joinForm{overflow: hidden;padding: 20px 40px;}
.joinFormTit{
	display: block;
	font-size: 24px;
	color:#333;
	text-align: center;
	overflow: hidden;
}
.joinForm_dl{overflow: hidden;}
.joinForm_dl dd{
	clear: both;
	padding-left: 80px;
	position: relative;
	margin-bottom: 10px;
}
.joinFormName{
	display: block;
	width: 80px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: right;
	font-size: 14px;
	color:#444;
	position: absolute;
	left: 0px;
	top:0px;
}
.joinFormName i{font-style:normal;padding-right:3px;color:#cc0000;}
.joinFormInp{
	display: block;
	width: 203px;
	height: 30px;
	overflow: hidden;
	border:1px solid #ddd;
	padding: 0px 5px;
	font-size: 14px;
	color:#666;
	font-family: "microsoft yahei";
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.joinForm_dl dd label{margin-right: 15px;line-height: 30px;}
.joinForm_dl dd label span{padding-left: 6px;}
.joinFormInp[disabled="disabled"]{background: #fff;}
.joinForm_dl dt{overflow: hidden; position: relative; padding-left: 80px; margin-bottom: 10px;}
.joinForm_dl dt textarea{width: 580px; height: 140px; overflow-x: hidden; overflow-y: auto; border:1px solid #ddd; padding: 5px 10px; font-size: 14px; color:#666; line-height: 20px;outline: none;border-radius: 3px;}
.joinFile{display: block; width: 110px; height: 30px; overflow: hidden; background: #535353; font-size: 14px; color:#fff; line-height: 30px; text-align: center;}
input.w_100{width: 100px;}
.joinCode{height: 32px; overflow: hidden; line-height: 32px; margin-left: 10px;}
.joinCode img{display: block; height: 32px; float: left;}
.joinCode i{display: block; height: 32px; overflow: hidden; float: left; padding-left: 10px; color:#666;font-style: normal}
.joinCode i:hover{color:#0f92dd;}
.closeSubPop{width: 30px; height: 28px; overflow: hidden; background:url(../images/closeVideoPop.png) no-repeat center center; position: absolute; right:10px; top:10px;}
.bbsBt{border-radius:3px;display: block; width: 90px; height: 40px; overflow: hidden; margin:0px auto; text-align: center; line-height: 40px; font-size: 14px; color:#fff !important; background: #4e9cd8;}
.bbsBt:hover{background: #4991c9}

.selCaut{float: left;background: rgba(0, 0, 0,.5);display: block;color: #fff!important;}
.cautiontitle {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #666;
	padding-left: 10px;
}

.webuploader-pick{padding: 0 15px!important;}
.customUpload{width: 94px!important;height: 30px!important;}
.imgWrap img{width: 30px}




/*改*/
.topR{
    /*clear:both;*/
    height: 90px;
}
/*
* 主导航
*/
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
    display: inline;
    float:left;
    padding: 0 5px;
    position: relative;
    z-index: 3;
}
.menuDl dd span a{
    display: block;
    height:90px;
    overflow: hidden;
    line-height: 90px;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    position: relative;
    padding: 0px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuDl dd.hover span a{color: #333}
.menuDl dd span a i{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #0f92dd;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.menuDl dd.hover span a i{
    display: block;
}
.menuDl dd .div_a{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 99;
    background:#fff;
    display: none;
}
.menuDl dd .div_a a{
    display: block;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.menuDl dd.hover span a {
    color: #0f92dd;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.subMenuDiv{
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 90px;
    /*opacity: 0;*/
    z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
    z-index: 3;
}
.menuDl dt{
    width: 0px;
    height: 4px;
    overflow: hidden;
    background: #0f92dd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 3;
}
.subMenuShadow{
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
    background: rgba(0,0,0,.8);
}
/*.subMenu_ul:after{
    display: block;
    left: 15px;
    right: 15px;
    overflow: hidden;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: #fff;
}*/
.subMenu_ul li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    /*-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
}
.menuDl dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}


.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}
.subMenuR{
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}
.menuTop{
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#555;
    padding-left: 50px;
}
.subMenuCont{
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.listBg{
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0px;
    top: 0px;
}
.subMenuTop{
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color:#888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}
.half{
    float: left;
    display: inline;
    width: 50%;
}
/*.subMenuR.half{
	width: 66.6666666%;
}
.subMenuR.half{
	padding-left: 33.3333333%
}*/
.half .subMenuTop{
    display: block;
}
.subMenuL{
    width: 50%;
    padding: 20px 0px;
}
.subMenuTxt{
    height: 250px;
    overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}
.subMenuLTop{
    display: none;
    text-align: center;
    font-size: 34px;
    color:#333;
    overflow: hidden;
}
.subMenuIntr{
    display: none;
    overflow: hidden;
    font-size: 14px;
    color:#404040;
    line-height: 25px;
}
.menuBg{
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    /*top: 90px;*/
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
.subMenuDiv.showMenu{
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}



@media only screen and (max-width: 1750px) {
    .menuDl dd span a{padding:0 20px;}
}
@media only screen and (max-width: 1600px) {
    .menuDl dd span a{padding:0 14px;}
}
@media only screen and (max-width: 1366px) {
    .menuDl dd span a{padding:0 12px; font-size: 14px;}
}